This is the main package of the embedded platform with core classes.

Example:

        Embedded embedded = EmbeddedFactory.create();
        embedded.startup();
        // ...
        embedded.shutdown();